home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / ctrlz120.zip / README.TXT < prev    next >
Text File  |  1995-02-01  |  5KB  |  113 lines

  1. ControlZ 1.2
  2. ------------
  3.  
  4. Copyright ⌐ 1994, C. van Zwynsvoorde. All rights reserved.
  5.  
  6.  
  7. ControlZ is a custom control library (DLL).
  8. It basically aims at making developers job easier. 
  9. It is Borland's Resource WorkShop 1.01+ compliant. 
  10. That means you can customize the controls and use them directly 
  11. with Borland's Resource WorkShop. To do this you need to select 
  12. Options|Install Control Library when editing a dialog box. If you 
  13. are not a Borland user, you can still use the ControlZ.DLL at 
  14. run-time but will probably experience problems if trying to use 
  15. it interactively in your resource editor. In that case you might 
  16. want to let me know (see at the end of this file).
  17.  
  18. Currently, 7 types of controls have been implemented:
  19. - an analogue scaler,
  20. - an analogue dial,
  21. - an anologue tuner,
  22. - a new type of hierarchic combo-box,
  23. - a new type of hierarchic list-box with horizontal (caption)
  24.   scrolling,
  25. - an extended static text control,
  26. - an extended arrowed link static control.
  27.  
  28. I have included a demo program in this package. It gives an 
  29. overview of the different types of controls and the associated 
  30. options. The sources for the demo program have been included. It 
  31. consists of an extremely simple C-source file, along with an 
  32. RC-resource file. Yet it is relatively powerfull and gives a good
  33. demo. This is because the power is contained in the ControlZ.DLL. 
  34. Indeed ControlZ has been designed with the intention of putting 
  35. more power in the DLL itself, so you can make very quick "working"
  36. models of your future applications just by defining the resources.
  37. Therefore you save time at this stage were you are often in a 
  38. rush to get something to show in order to get funds for your 
  39. future application.
  40.  
  41. The demo brings up a succession of dialog boxes containing a number
  42. of the ControlZ custom controls. In every dialog box you will find
  43. a Help button which you might want to click to get a more extensive
  44. description of the demonstrated control.
  45.  
  46. If you have the Borland's Resource Editor, you are encouraged to 
  47. install the ControlZ.DLL custom control library and have a look at
  48. how easy it is to use and configure the controls in your dialog 
  49. boxes.
  50.  
  51. Remember ControlZ.DLL is not a VBX ! Thus it has no complicated 
  52. tricks to get it working with C and the resource editor and/or 
  53. compiler. Also this means you may expect it to run on future 
  54. versions of Windows (which is not sure for VBX controls).
  55.  
  56. The ControlZ.DLL itself is fully operational. It comes with an 
  57. associated header file called ControlZ.H and the on-line 
  58. documentation contained in the ControlZ.HLP and ControlZ.WRI files.
  59. The WRI file has the same contents as the HLP file but can be more
  60. easyly printed.
  61.  
  62. Because the ControlZ.DLL is fully working, you are not only able 
  63. to run the demo, but also to use it right now with your resource
  64. editor, though an "unregistered copy" reminder will come up now
  65. and then. This allows you to use it right now in your own
  66. applications and register after a while if you find it useful.
  67.  
  68. Registration
  69. ------------
  70. Well indeed I hope you find it useful. So here is how to register.
  71. The registration is 50 NLG (Dutch Guilders, < $30). See the 
  72. REGISTER.TXT file for more details. You will get a registration 
  73. name and a password as soon as I have notification of payment from
  74. the bank. Note that there may be some delay between the time you 
  75. pay and the time I receive notification of that.
  76. This is a per-copy price. Thus if you will have copies of ControlZ
  77. on N stations in your orgranisation, then please register N copies.
  78.  
  79. Commercial use of ControlZ
  80. --------------------------
  81. If you intend to make commercial use of ControlZ, you may want 
  82. either to:
  83. - register as many copies as needed, or
  84. - get the source code, in which case you should contact me first.
  85.  
  86. Needed configuration
  87. --------------------
  88. To run the demo program you need to have the BWCC.DLL file 
  89. installed on your system. This file is also needed by the 
  90. ControlZ.DLL when editing the resource (but Borland's Resource 
  91. Workshop should already have loaded it). Yet ControlZ.DLL does 
  92. not require the BWCC.DLL file at run-time.
  93.  
  94. ControlZ.DLL is intended to run under Windows 3.1. I actually made
  95. no test with previous versions of Windows, nor with WindowsNT or 
  96. Windows for Workgroups.
  97.  
  98. I developped the DLL at home on a 386/25Mhz. On such a 
  99. configuration some controls act quite slow (especially big dials).
  100. To get the buttons generate the expected 20 steps a second, a
  101. 486/33 should be enough. Of course a Math Coprocessor should help.
  102.  
  103. There are no "particular" memory requirements for ControlZ.
  104.  
  105. Questions ?
  106. -----------
  107. You can report any suggestion, question, 
  108. wanted feature and/or bug to:
  109.  
  110. C. van Zwynsvoorde.
  111. cvzwynsv@vmprofs.estec.esa.nl
  112.  
  113.